Action hook 'admin_footer-{$hook_suffix}'

in WP Core File wp-admin/admin-footer.php at line 105

Description

Prints scripts or data after the default footer scripts. The dynamic portion of the hook name, `$hook_suffix`, refers to the global hook suffix of the current page.

Occurrences

Filename Line Number
wp-admin/admin-footer.php 105

PHP Doc

/**
 * Prints scripts or data after the default footer scripts.
 *
 * The dynamic portion of the hook name, `$hook_suffix`,
 * refers to the global hook suffix of the current page.
 *
 * @since 2.8.0
 */